.tblLogos{
    margin: 0 auto;
}

.img-logo{
    width: 150px;
    height: auto;
    padding: 0 20px;
    /* border: 3px solid red; */
}

.tblLogos td{
    vertical-align: middle;
}

.heading-logos{
    font-size: 30px;
    font-family: "Source Sans Pro";
    font-weight: bold;
}

#SVECK{
    width: 130px;
}

.Zambezi{
    text-align: center;
    margin-top: 0;
}

#Zambezi{
    margin-top: -40px;
}

#Zambezi, #ET{
    height: 120px;
}

.content{ 
    text-align: center;
    padding: 0 50px;
}

.tbl-flags{
    margin: 0 auto;
}

.tbl-flags td{
    padding: 20px 60px 0px 60px;
}

.flag{
    width: 150px;
}

.content{
position: relative;
background-image: url(Images/Simple\ Shiny.svg);
background-size: cover;
text-align: center;
z-index: 1;
padding: 40px 0;
min-height: 700px;
margin-bottom: -80px;
color: white;
}

.content::before{
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.623);
z-index: -2;
}

.content2{
    text-align: center;
}

#BusinessLines{
    text-decoration: underline;
}

#country-name{
    font-weight: bold;
    color: white;
}

#countries-of-presence{
    color: white;
}